golang.org/x/tools/go/packages.jsonPackage.ImportPath (field)

11 uses

	golang.org/x/tools/go/packages (current package)
		golist.go#L331: 	ImportPath        string
		golist.go#L415: 		if p.ImportPath == "" {
		golist.go#L436: 		if filepath.IsAbs(p.ImportPath) && p.Error != nil {
		golist.go#L437: 			pkgPath, ok, err := state.getPkgPath(p.ImportPath)
		golist.go#L442: 				p.ImportPath = pkgPath
		golist.go#L446: 		if old, found := seen[p.ImportPath]; found {
		golist.go#L468: 					return nil, fmt.Errorf("internal error: go list gives conflicting information for package %v", p.ImportPath)
		golist.go#L488: 					if importingPkg == old.ImportPath {
		golist.go#L513: 		seen[p.ImportPath] = p
		golist.go#L517: 			ID:              p.ImportPath,
		golist.go#L701: 	return len(p.Error.ImportStack) == 0 || p.Error.ImportStack[len(p.Error.ImportStack)-1] == p.ImportPath